projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b054170
)
(timer-set-time-with-usecs): Mark obsolete.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 17 Jul 2002 07:29:47 +0000
(07:29 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 17 Jul 2002 07:29:47 +0000
(07:29 +0000)
lisp/timer.el
patch
|
blob
|
history
diff --git
a/lisp/timer.el
b/lisp/timer.el
index b93ec44665242970fb3469aec5f2a972a1be0332..0ca97ca3aeccd76700cb69838096c20d11603ebb 100644
(file)
--- a/
lisp/timer.el
+++ b/
lisp/timer.el
@@
-149,6
+149,9
@@
fire repeatedly that many seconds apart."
(aset timer 3 usecs)
(aset timer 4 (and (numberp delta) (> delta 0) delta))
timer)
+(make-obsolete 'timer-set-time-with-usecs
+ "use `timer-set-time' and `timer-inc-time' instead."
+ "21.4")
(defun timer-set-function (timer function &optional args)
"Make TIMER call FUNCTION with optional ARGS when triggering."